home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1996 September & October / Amiga-CD 1996 #9-10.iso / ausgabe_8_96 / mui-rechnung-dev / readme < prev    next >
Text File  |  1996-04-24  |  3KB  |  106 lines

  1.  
  2.  
  3.                               MUI-Rechnung V2.27
  4.  
  5.                                - source codes -
  6.  
  7.  
  8. Preface
  9. =======
  10.  
  11. MUI-Rechnung  is  a  program  for  creating  invoices.  You can manage your
  12. customers,  invoices,  articles  and letters with it.  Invoices are printed
  13. with TeX.  A demo version of MUI-Rechnung V2.27 can be found in the Aminet.
  14. Note:  MUI-Rechnung is not fully localized at the moment.
  15.  
  16. This archive contains all the source codes of MUI-Rechnung V2.27.  They are
  17. released for future developments of MUI-Rechnung.
  18.  
  19. Important note:
  20.  
  21. THE SOURCE CODES MUST NOT BE USED FOR OTHER PROGRAMS THAN MUI-RECHNUNG.  IT
  22. IS  NOT  ALLOWED TO BUILD PROGRAMS WITH OTHER NAMES.  PROGRAMS CREATED WITH
  23. THESE SOURCE CODES MUST NOT BE RELEASED.
  24.  
  25.  
  26. 1. User informations
  27. ====================
  28.  
  29. There will be future developments of MUI-Rechnung.  There are mailing lists
  30. for MUI-Rechnung users and developers.  There are also WWW pages:
  31.  
  32. International home page:
  33.    http://www.wpa.de/ARC/amiga/projects/MUI-Rechnung.html
  34.  
  35. English home page:
  36.  
  37.    http://www.wpa.de/en/ARC/amiga/projects/MUI-Rechnung.html
  38.  
  39. German home page:
  40.  
  41.    http://www.wpa.de/de/ARC/amiga/projects/MUI-Rechnung.html
  42.  
  43. The mailing lists are:
  44.  
  45.    MUI-RechnungUsr@wpa.de      for MUI-Rechnung users
  46.    MUI-RechnungDev@wpa.de      for MUI-Rechnung developers
  47.    MUI-RechnungAdm@wpa.de      administration of MUI-Rechnung mailing-lists
  48.    MUI-RechnungOrg@wpa.de      organisation
  49.    MailAdm@wpa.de              administration of all mailing-lists on wpa
  50.    
  51. How to subscribe
  52. ----------------
  53.  
  54. Users of MUI-Rechnung should subscribe in the MUI-RechnungUsr mailing list.
  55. Send   an  email  to  MUI-RechnungAdm@wpa.de  or  MailingLists@wpa.de  with
  56. following subject
  57.  
  58.    subscribe MUI-RechnungUsr
  59.  
  60. In  this  mailing  list,  users can ask questions about the program and its
  61. usage.
  62.  
  63. Thanks  to  Christian  Hujer  (xtc@penzberg.de)  for  making  this internet
  64. services possible.
  65.  
  66.  
  67.  
  68. 2. Informations for developers
  69. ==============================
  70.  
  71. MUI-Rechnung  is  written  in C.  A makefile for the SAS/C 6.55 compiler is
  72. included.
  73.  
  74. Notes for compiling
  75. -------------------
  76.  
  77. The  module  "Invoice.c"  is  needed  for  the  TeX  output.   This code is
  78. generated automatically by CTangle from the cweb-file "Invoice.w".  Changes
  79. should  be  made  in "Invoice.w", NOT in "Invoice.c".  The translation rule
  80. ".w"  ->  ".c"  is  added  to the SMAKEFILE.  You can find "CTangle" in the
  81. "Tools" directory.
  82.  
  83. The  file  "MUI-Rechnung_rev.h"  is  created  by  "bumprev",  a  tool  from
  84. Commodore.
  85.  
  86. The tool "catcomp" is used for the localization files.  In "Locales.cd" you
  87. can  find  the  original  messages.  You can create translation files (e.g.
  88. "Locales_english.ct") for other languages.  With these files, you can build
  89. catalog    files   "MUI-Rechnung.catalog"   for   each   language.    Note:
  90. MUI-Rechnung is not fully localized at the moment.
  91.  
  92. How to subscribe
  93. ----------------
  94.  
  95. Interested    developers   should   subscribe   to   both   mailing   lists
  96. MUI-RechnungUsr  and MUI-RechnungDev.  Send an email with following subject
  97. to MUI-RechnungAdm@wpa.de:
  98.  
  99.    subscribe MUI-RechnungUsr|MUI-RechnungDev
  100.  
  101.  
  102. April '96
  103. Stefan Scherer
  104. bf110@fim.uni-erlangen.de
  105. stefan.scherer@erlangen.netsurf.de
  106.